home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2004-07-20  |  130 b   |  9 lines

  1. on(release){
  2.    stopDrag();
  3.    tellTarget("_root.preloadboyaction")
  4.    {
  5.       gotoAndStop("start");
  6.       play();
  7.    }
  8. }
  9.